10,000 foot view of 1.3.1 changes.
authorOwen Taylor <otaylor@redhat.com>
Thu, 6 Jul 2000 16:26:39 +0000 (16:26 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Thu, 6 Jul 2000 16:26:39 +0000 (16:26 +0000)
Thu Jul  6 12:26:03 2000  Owen Taylor  <otaylor@redhat.com>

* NEWS: 10,000 foot view of 1.3.1 changes.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
NEWS

index 33091771bc6f763802fac5bf9888d96efefd9a6d..5af25dd7d94ae4cc0edb3e29698560b81a3855b8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Jul  6 12:26:03 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * NEWS: 10,000 foot view of 1.3.1 changes.
+
 Thu Jul  6 11:54:03 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gdk/gdk.h gdk/gdktypes.h gdk/linux-fb/gdkmain-fb.c
index 33091771bc6f763802fac5bf9888d96efefd9a6d..5af25dd7d94ae4cc0edb3e29698560b81a3855b8 100644 (file)
@@ -1,3 +1,7 @@
+Thu Jul  6 12:26:03 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * NEWS: 10,000 foot view of 1.3.1 changes.
+
 Thu Jul  6 11:54:03 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gdk/gdk.h gdk/gdktypes.h gdk/linux-fb/gdkmain-fb.c
index 33091771bc6f763802fac5bf9888d96efefd9a6d..5af25dd7d94ae4cc0edb3e29698560b81a3855b8 100644 (file)
@@ -1,3 +1,7 @@
+Thu Jul  6 12:26:03 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * NEWS: 10,000 foot view of 1.3.1 changes.
+
 Thu Jul  6 11:54:03 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gdk/gdk.h gdk/gdktypes.h gdk/linux-fb/gdkmain-fb.c
index 33091771bc6f763802fac5bf9888d96efefd9a6d..5af25dd7d94ae4cc0edb3e29698560b81a3855b8 100644 (file)
@@ -1,3 +1,7 @@
+Thu Jul  6 12:26:03 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * NEWS: 10,000 foot view of 1.3.1 changes.
+
 Thu Jul  6 11:54:03 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gdk/gdk.h gdk/gdktypes.h gdk/linux-fb/gdkmain-fb.c
index 33091771bc6f763802fac5bf9888d96efefd9a6d..5af25dd7d94ae4cc0edb3e29698560b81a3855b8 100644 (file)
@@ -1,3 +1,7 @@
+Thu Jul  6 12:26:03 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * NEWS: 10,000 foot view of 1.3.1 changes.
+
 Thu Jul  6 11:54:03 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gdk/gdk.h gdk/gdktypes.h gdk/linux-fb/gdkmain-fb.c
index 33091771bc6f763802fac5bf9888d96efefd9a6d..5af25dd7d94ae4cc0edb3e29698560b81a3855b8 100644 (file)
@@ -1,3 +1,7 @@
+Thu Jul  6 12:26:03 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * NEWS: 10,000 foot view of 1.3.1 changes.
+
 Thu Jul  6 11:54:03 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gdk/gdk.h gdk/gdktypes.h gdk/linux-fb/gdkmain-fb.c
index 33091771bc6f763802fac5bf9888d96efefd9a6d..5af25dd7d94ae4cc0edb3e29698560b81a3855b8 100644 (file)
@@ -1,3 +1,7 @@
+Thu Jul  6 12:26:03 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * NEWS: 10,000 foot view of 1.3.1 changes.
+
 Thu Jul  6 11:54:03 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gdk/gdk.h gdk/gdktypes.h gdk/linux-fb/gdkmain-fb.c
diff --git a/NEWS b/NEWS
index 7454617e2121b3fe3ad498e7a9c6f298697c85da..aa020d081bca9644c360a9de2bcc0bccf4151fa5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,44 @@
+Overview of Changes in GTK+ 1.3.1:
+
+* GTK+ now uses the Pango library for text manipulation. All
+  strings in GTK+ now are in Unicode, languages written
+  from right-to-left, and complex-text languages are now supported.
+* The gdk-pixbuf library for image loading and manipulation is 
+  has been integrated with GTK+.
+* The GTK+ object system has mostly been moved to GLib, separating
+  it from the GUI code. Many significant enhancements have been
+  made as part of this.
+* A new text widget is now included. This started as a port
+  of the Tk text widget, and includes such features of the Tk
+  text widget as tags, marks, and unicode text support. It
+  has been enhanced to support model-view operation and the
+  full power of Pango.
+* The GDK library has been extensively revised to support multiple
+  windowing systems. The only fully functional backend in 1.3.1
+  is the X11 backend, however, ports to Win32, Linux-framebuffer,
+  Nano-X, BeOS, and MacOS exist in various states of completion,
+  and at least some of these will be finished and integrated in 
+  before the final GTK+-2.0 release.
+* 32-bit coordinates are now supported throughout GDK and GTK+
+  (they are emulated where not supported by the windowing system.)
+* Many minor bug fixes and enhancements. Incompatible changes
+  are documented in docs/Changes-2.0.txt
+
+Overview of Changes in GTK+ 1.2.8:
+
+* GNU Make 3.79 bug workaround
+* FAQ and tutorial updates and improvements
+* Miscellaneous bug fixes: CList, Calendar, rc-files, FontSelection
+
+Overview of Changes in GTK+ 1.2.7:
+
+* More header cleanups.
+* Fixed activation bug for insensitive widgets.
+* Locale fixes to RC file parsing code.
+* Miscellaneous bugfixes for Item Factory, CList, CTree, X Selections,
+  HScale, VScale, Pixmap, Viewport, OptionMenu, Entry and Notebook.
+* Upgrade to libtool 1.3.4.
+
 Overview of Changes in GTK+ 1.2.6:
 
 * container queue_resize fixes